﻿@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}
/* table, td, th {vertical-align:middle;} */
a img {
    border: none;
}

html {
    font-size: 100.01%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    margin: 0 0 1.5em;
}

    p img.left {
        float: left;
        margin: 1.5em 1.5em 1.5em 0;
        padding: 0;
    }

    p img.right {
        float: right;
        margin: 1.5em 0 1.5em 1.5em;
    }

a:focus, a:hover {
    color: #000;
}

a {
    color: #009;
    text-decoration: underline;
}

pre {
    margin: 1.5em 0;
    white-space: pre;
}

li ul, li ol {
    margin: 0 1.5em;
}

ul {
    list-style-type: none;
    margin: 0;
}

ol {
    list-style-type: decimal;
}

dl dt {
    font-weight: normal;
}

i, em {
    font-style: normal;
}

em {
    color: #999;
}
/* table {margin-bottom:1.4em;width:100%;} */

.clearfix:after, .container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.clearfix, .container {
    display: block;
}

.clear {
    clear: both;
}

/*----------------------*/
body {
    font-size: 75%;
    color: #222;
    background: #fff;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #111;
    font-family: "微软雅黑";
}

h1 {
    font-size: 26px;
    line-height: 1;
    margin: 30px 0 10px 0;
    color: #333;
    font-weight: bold;
}

h2 {
    font-size: 22px;
    line-height: 1;
    margin: 0 0 15px 0;
    color: #333;
    font-weight: bold;
}

h3 {
    font-size: 14px;
    margin-bottom: 3px;
    color: #0c8ac9;
}

h4 {
    font-size: 14px;
    margin: 5px 0;
    color: #0c8ac9;
}

h5 {
    font-size: 18px;
    margin: 0 0 10px 0;
    color: #000;
}

h6 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #0c8ac9;
    margin: 10px 0 10px 0;
}

a:link {
    color: #888;
    text-decoration: none;
}

a:visited {
    color: #aaa;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

.box1024 {
    max-width: 980px;
    margin: 0 auto;
    min-width: 800px;
}

.header {
    background: url(../images/bg_top.jpg) no-repeat;
    height: 37px;
    width: auto;
    font-size: 12px;
    background-position: center;
    background-color: #0D3C61;
}

.top {
    width: 980px;
    margin: 0 auto;
    /* padding-top: 20px; */
    /* min-width: 800px; */
}

.bodyer {
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 20px;
    /*  min-width: 800px;*/
    /* margin-left: 10px; */
    /* margin-right: 10px; */
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}
/*--------index-begin-------*/
.login {
    float: left;
}

    .login a {
        display: block;
        min-width: 56px;
        height: 30px;
        text-align: center;
        float: left;
    }

#loginbut {
    color: #fff;
    height: 30px;
    display: block;
    width: 56px;
    height: 30px;
    text-align: center;
    float: left;
    margin-right: 5px;
    color: #fff;
    padding-top: 10px;
}

    #loginbut:hover {
        color: #fff;
        height: 30px;
    }

.login {
    display: block;
    height: 30px;
    text-align: center;
    float: left;
    margin-right: 5px;
    color: #fff;
}

    .login a {
        color: #fff;
    }

        .login a:hover {
            color: #fff;
        }

    .login span {
        float: left;
    }

.head_contact {
    float: right;
    padding-top: 10px;
    color: #fff;
    padding-right: 10px;
}

.logo {
    float: left;
    position: absolute;
    top: 60px;
}

.nav {
    background: url(../images/header.gif) no-repeat center;
    height: 60px;
    width: 680px;
    padding-left: 344px;
    float: right;
    float: right;
}

    .nav ul li a {
        display: block;
        background: url(../images/bg_navcuut.jpg) no-repeat;
        width: 125px;
        height: 30px;
        float: left;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        padding-top: 8px;
    }
        /*background:url(../images/bg_nav.jpg) no-repeat;*/
        .nav ul li a:hover {
            background: url(../images/bg_nav.jpg) no-repeat;
            text-decoration: none;
        }

.menu3 {
    display: block; /* padding-left: 408px; */
    float: right;
    color: #333;
    margin-top: 8px;
}

    .menu3 a {
        color: #333;
        padding: 0 10px;
    }

        .menu3 a:hover {
            color: #278bc7;
            text-decoration: underline;
        }
/*-------------------------------------------
    banner
-------------------------------------------*/
.case {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    height: 120PX;
}

.case_con {
    width: 980px;
    clear: both;
    overflow: hidden;
}

    .case_con li {
        width: 244px;
        height: 120px;
        float: left;
        overflow: hidden;
        position: relative;
        margin: 2px 1px 0px 0px;
        background-color: #fff;
    }

.boxgrid {
    width: 240px;
    height: 120px;
    overflow: hidden;
    position: relative;
    background-color: #000;
    border: 2px solid #eee;
}

    .boxgrid img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 240px;
        height: 120px;
        display: block;
        background: url(../images/loading.gif) no-repeat scroll center center transparent;
    }

    .boxgrid h3 {
        color: #fff;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        padding-top: 110px;
        padding-left: 12px;
        line-height: 40px;
        text-align: left;
    }

        .boxgrid h3 span {
            font-size: 12px;
            font-weight: normal;
            margin-left: 10px;
            font-family: "微软雅黑";
        }
/*-------------------------------------------
    Carousel
-------------------------------------------*/
.wrap {
    width: 980px;
    margin: 0 auto;
}

.carousel {
    height: 290px;
    overflow: hidden;
    background: #262626;
}

    .carousel .wrap {
        position: relative;
    }

.slide-caption {
    position: relative;
    z-index: 10;
    float: left;
    width: 466px;
    min-height: 235px;
    padding: 68px 40px 0;
    background-image: url(../images/vignette.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.comp-a {
    background-color: #0c74b2;
}

.comp-b {
    background-color: #8c8179;
}

.comp-c {
    background-color: #293352;
}

.comp-d {
    background-color: #a51c30;
}

.slide-caption h2 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 24px;
    line-height: 38px;
    font-family: '微软雅黑';
    font-weight: normal;
}

    .slide-caption h2 a {
        color: #fff;
        text-decoration: none;
    }

        .slide-caption h2 a:hover, .slide-caption h2 a:focus {
            color: #e6eae2;
            text-decoration: none;
        }

.slide-caption h3 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: '微软雅黑';
    font-weight: normal;
}

    .slide-caption h3 a {
        color: #fff;
        text-decoration: none;
    }

        .slide-caption h3 a:hover, .slide-caption h2 a:focus {
            color: #e6eae2;
            text-decoration: none;
        }

.slide-callout {
    width: 900px;
    display: none;
}

    .slide-callout p {
        float: left;
        max-width: 750px;
        line-height: 20px;
        padding: 8px 30px 7px 12px;
        /* background: #fff; */
        /* background: rgba(255,255,255,.9); */
        color: #363636;
        font-size: 16px;
        width: 00px;
        font-family: 'FZLTXHKM';
        font-weight: normal;
    }

        .slide-callout p:hover {
            background: #e6eae2;
        }

        .slide-callout p a {
            color: #363636;
            text-decoration: none;
        }

            .slide-callout p a:hover, .slide-callout p a:focus {
                color: #363636;
                text-decoration: none;
            }

    .slide-callout .more {
        padding: 0;
    }

.comp-a .slide-callout .more {
    background-color: #0c74b2;
}

.comp-b .slide-callout .more {
    background-color: #8c8179;
}

.comp-c .slide-callout .more {
    background-color: #293352;
}

.comp-d .slide-callout .more {
    background-color: #a51c30;
}

.slide-callout .more a {
    display: inline-block;
    line-height: 20px;
    padding: 8px 10px 7px;
    background: none;
    color: #fff;
    text-transform: none;
    font-weight: normal;
    font-style: italic;
    font-family: Georgia, "Times New Roman", serif;
}

    .slide-callout .more a:hover, .slide-callout .more a:focus {
        background: #000;
        text-decoration: none;
        color: #fff;
    }

.carousel-image {
    position: absolute;
    right: 0;
}

.carousel-item {
    position: relative;
}

.carousel-item-secondary {
    display: none;
}
/*-------------------------------------------
    Homepage Caraousel
-------------------------------------------*/
* html .carousel {
    height: 348px !important;
}

* html .slide-caption {
    background-image: none !important;
    height: 220px;
}

* html .carousel-item {
    height: 348px;
}

.comp-b, .comp-b .slide-callout .more {
    background-color: #8c8179;
}

.comp-c, .comp-c .slide-callout .more {
    background-color: #1b343b;
}

.comp-d, .comp-d .slide-callout .more {
    background-color: #293352;
}

.carousel-controls {
    position: absolute;
    z-index: 100;
    left: 50%;
    bottom: 0;
    width: 98px;
    height: 20px;
    margin-left: -490px;
    overflow: hidden;
}

* html .carousel-controls {
    bottom: 20px;
}

    .carousel-controls a {
        float: left;
        display: block;
        width: 20px;
        height: 20px;
        text-indent: -9999px;
        background-image: url(../images/controls-carousel.gif);
        background-color: transparent;
        background-position: 0 0;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .carousel-controls .next {
        background-position: -63px -20px;
        border-left: 1px solid #333;
    }

        .carousel-controls .next:hover, .carousel-controls .next:focus {
            background-position: -63px 0;
            border-color: #ccc;
        }

    .carousel-controls .previous {
        background-position: 0 -20px;
    }

        .carousel-controls .previous:hover, .carousel-controls .previous:focus {
            background-position: 0 0;
        }

    .carousel-controls .pause {
        background-position: -20px -21px;
        border-left: 1px solid #333;
    }

        .carousel-controls .pause:hover, .carousel-controls .pause:focus {
            background-position: -20px 0;
            border-color: #ccc;
        }

    .carousel-controls .play {
        position: relative;
        bottom: auto;
        left: auto;
        background-position: -40px -20px;
        border-left: 1px solid #333;
    }

        .carousel-controls .play:hover, .carousel-controls .play:focus {
            background-position: -40px 0;
            border-color: #ccc;
        }

.carousel .prev-image {
    position: absolute;
    left: -978px;
    top: 0;
    opacity: 0.2;
}

.carousel .next-image {
    position: absolute;
    top: 0;
    /*right: -568px;*/
    opacity: 0.2;
}
/*-------------------------------------------
    Twitter
-------------------------------------------*/
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
    z-index: 100;
}

#twitter-wrap {
    display: none;
    z-index: 101;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: -9999px;
}

    #twitter-wrap .close {
        width: 20px;
        height: 20px;
        background: transparent url(../images/closebox.png) no-repeat center center;
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        top: -10px;
        left: -10px;
        text-indent: -9999px;
    }
/*-------------------------------------------
    banner
-------------------------------------------*/
.content {
    float: left;
    width: 980px;
    /* margin-top: 20px; */
}

.news {
    width: 480px;
    float: left;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 10px;
}

.news2 {
    width: 480px;
    float: right;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 10px;
}

.new_box dt {
    font-size: 18px;
    color: #0d0d0d;
}

.new_box dd {
    padding-top: 10px;
}

    .new_box dd span {
        float: left;
    }

    .new_box dd ul li {
        line-height: 25px;
        overflow: hidden;
        height: 24px;
        padding-left: 0px;
        margin-left: 0px;
    }

        .new_box dd ul li a {
            color: #666;
            background: url(../images/dd_05.jpg) 10px no-repeat;
            padding-left: 20px;
        }

            .new_box dd ul li a:hover {
                color: #278bc7;
                text-decoration: underline;
                background: url(../images/dd_07.jpg) 10px no-repeat;
            }

    .new_box dd p {
        margin: 15px 0;
    }

        .new_box dd p a {
            color: #007cc0;
        }

            .new_box dd p a:hover {
                text-decoration: underline;
            }

.link {
    float: left;
    width: 980px;
    margin-top: 20px;
}

    .link dt {
        background: url(../images/line_link.jpg) no-repeat top;
        padding: 20px 0;
        font-size: 18px;
    }

        .link dt strong {
            font-size: 12px;
            font-weight: normal;
            font-family: "Times New Roman", Times, serif;
            color: #278bc7;
        }

        .link dt span {
            float: right;
        }

            .link dt span a {
                display: block;
                float: left;
                margin-right: 2px;
            }

    .link dd ul li {
        float: left;
        margin-right: 30px;
        width: 140px;
        height: 50px;
    }

.foot_map {
    background-color: #000;
    overflow: hidden;
    height: 200px;
}

.map_link {
    float: left;
    padding-top: 30px;
    margin-right: 90px;
}

    .map_link dt {
        height: 30px;
    }

        .map_link dt a {
            color: #FFF;
            text-decoration: underline;
        }

    .map_link dd {
        line-height: 24px;
    }

.copyright {
    background-color: #f2f2f2;
    padding: 20px 0;
    color: #666;
}

    .copyright span {
        float: right;
    }

#elevator_item {
    width: 60px;
    height: 100px;
    position: fixed;
    right: 15px;
    bottom: 10px;
    transition: opacity 0.4s ease-in-out 0s;
    opacity: 1;
    z-index: 100020;
}

#elevator {
    display: block;
    width: 60px;
    height: 50px;
    background: url(../images/icon_top.png) no-repeat scroll center center rgba(0, 0, 0, 0.6);
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    margin-bottom: 10px;
}

    #elevator:hover {
        background-color: #111;
    }
/*-------------------------------------------
about_begin
-------------------------------------------*/
.about_content {
    /* background: url(../images/contentbgtop.png?v11) no-repeat; */
    border: 1px solid #eee;
    width: 100%;
    background-size: 990px 340px;
    /* padding: 6px 5px; */
    overflow: hidden;
    /* margin: 6px 5px; */
    padding-top: 1px;
    padding-left: 1px;
    padding-right: 1px;
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0px 0px 20px #eee;
    -webkit-box-shadow: 0px 0px 5px #eee;
    background-repeat: no-repeat;
}

.about_left {
    float: left;
    background: url(../images/leftmenu3bg.png) no-repeat right;
    width: 235px;
}

    .about_left dt {
        background: url(../images/about2_03.jpg) no-repeat;
        width: 200px;
        height: 75px;
        font-size: 24px;
        color: #fff;
        padding: 15px 0 0 35px;
    }

        .about_left dt span {
            display: block;
            font-size: 14px;
            font-family: Arial, Helvetica, sans-serif;
        }

    .about_left dd ul li a {
        background: url(../images/li_06.jpg) no-repeat;
        width: 170px;
        height: 37px;
        display: block;
        color: #666;
        font-size: 14px;
        padding: 12px 0 0 33px;
        text-decoration: none;
        cursor: pointer;
    }

        .about_left dd ul li a:hover {
            background: url(../images/li_05.jpg) no-repeat;
            color: #278bc7;
            text-decoration: none;
        }

.about_right {
    width: 100%;
    float: right;
}

    .about_right img {
    }

    .about_right dt {
        background: url(../images/dt_bg.jpg) repeat-x;
        /* height: 30px; */
        /* padding: 30px 20px; */
        /* font-size: 18px; */
        /* background-size: 710px 91px; */
        /* padding-top: 10px; */
    }

        .about_right dt span {
            float: right;
            font-size: 12px;
        }

    .about_right dd {
        /* margin: 25px; */
        color: #888;
        /*border-bottom: dotted 1px #ddd;*/
        overflow: hidden;
        line-height: 24px;
        margin-left: 25px;
        margin-right: 25px;
    }

        .about_right dd img {
            /* margin-bottom: 20px; */
            max-width: 600px;
        }

        .about_right dd ul li {
            line-height: 30px;
            padding-left: 20px;
            margin: 0px;
        }

            .about_right dd ul li span {
                float: right;
            }

            .about_right dd ul li a {
                color: #666;
            }
/*-------------------------------------------
news_begin
-------------------------------------------*/
.list_news {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    background: #f0f2f4;
}

.list_content {
    width: 980px;
    margin: 0 auto;
}

.list_news_left {
    width: 250px;
    float: left;
    background-color: #e8e8e8;
    min-height: 600px;
}

    .list_news_left dt {
        height: 150px;
    }

    .list_news_left dd ul li a {
        display: block;
        width: 150px;
        background-color: #e8e8e8;
        font-size: 14px;
        padding: 8px 50px;
        border-bottom: 1px solid #ddd;
    }

        .list_news_left dd ul li a:hover {
            background-color: #37414b;
        }

    .list_news_left dd ul li .xin {
        background-color: #37414b;
        color: #fff;
    }

.list_news_right {
    width: 730px;
    float: left;
}

    .list_news_right dt {
        width: 774px;
        height: 150px;
    }

    .list_news_right dd {
        /* padding: 20px; */
        padding-left: 20px;
        padding-right: 20px;
    }

        .list_news_right dd ul li {
            margin: 15px 0;
            background: url(../images/ico.gif) no-repeat 10px;
            padding-left: 20px;
            border-bottom: 1px dotted #ccc;
        }

            .list_news_right dd ul li h4 a {
                color: #36404a;
                font-size: 12px;
            }

            .list_news_right dd ul li span {
                float: right;
                color: #888;
            }

.pager {
    float: right;
    margin-right: 15px;
}

    .pager a {
        background: url(../images/icon_pager.png) no-repeat;
        width: 30px;
        height: 24px;
        text-align: center;
        padding-top: 6px;
        display: block;
        float: left;
        margin-left: 5px;
        color: #666;
    }

        .pager a:hover {
            background: url(../images/icon_pager.png) no-repeat;
            color: #fff;
            text-decoration: none;
        }

.list_news_mian dd {
    padding: 20px 0;
}

#backNewsListButton {
    width: 130px;
    height: 40px;
    display: block;
    background: url(../images/right_title_03.gif) top no-repeat;
}

    #backNewsListButton:hover {
        background-position: 0 -40px;
    }
/*-------------------------------------------
contact   begin
-------------------------------------------*/

.contact dt p {
    line-height: 26px;
    color: #666;
}

    .contact dt p strong {
        font-size: 16px;
        color: #293352;
    }

.contact .BQ {
    text-align: left;
}

.contact dd {
    width: 980px;
    margin: 0 auto;
}

    .contact dd p {
        line-height: 26px;
        color: #666;
    }

        .contact dd p a {
            color: #248cd3;
        }

    .contact dd span {
        display: block;
        width: 220px;
        float: left;
        margin: 20px 24px 0 0;
    }

.messageBox {
    /* margin: 12px 0 40px; */
    /* padding: 30px 38px; */
    padding-top: 30PX;
    padding-right: 10PX;
    padding-bottom: 30px;
    padding-left: 10px;
    height: auto;
    float: left;
    /* width: 645px; */
    /* border: 1px solid #e1e1e1; */
    /* background: #FFF url('../images/messageBox.png') no-repeat 614px 39px; */
}

.messageTab {
    float: left;
}

    .messageTab td {
        padding: 4px 0;
        color: #575757;
    }

.input {
    width: 370px;
    height: 22px;
    line-height: 22px;
    padding: 2px 3px;
    border: 1px solid #b8b8b8;
}

.btn2 {
    width: 90px;
    height: 37px;
    line-height: 36px;
    color: #FFF;
    cursor: pointer;
    font-family: "微软雅黑";
    background: #181818;
    border: 0;
}

/*-------------------------------------------
services   begin
-------------------------------------------*/
.services {
    padding: 20px 0 20px 20px;
}

    .services dt {
        font-size: 18px;
        margin-bottom: 10px;
    }

        .services dt em {
            font-family: "Times New Roman", Times, serif;
            font-size: 10px;
        }

.offerwrap {
    background: url(../images/itembg07.png) no-repeat;
    width: 570px;
    height: 170px;
    padding: 30px 340px 0 30px;
}

    .offerwrap p {
        margin-bottom: 10px;
        line-height: 22px;
        color: #666;
    }

.services dd span {
    margin: 10px 20px 0 0;
    display: block;
    float: left;
}


.purchase {
    width: 980px;
    margin: 0 auto;
}

.purchase_top {
    float: left;
}

.purchase_left {
    float: left;
    width: 730px;
}

.purchase_test {
    border: 1px solid #dbdbdb;
    width: 678px;
    float: left;
    margin-bottom: 10px;
    /* margin-right: 10px; */
}

    .purchase_test dt {
        height: 40px;
        border-bottom: 1px solid #dbdbdb;
        font-size: 17px;
        padding-left: 20px;
        line-height: 40px;
        /* min-height: 160px; */
    }

    .purchase_test dd {
        /* padding: 20px; width: 300px; */
        margin-left: 10px;
        padding-left: 0px;
        padding-right: 10px;
        padding-top: 10px;
    }

        .purchase_test dd ul li {
            line-height: 24px;
            background: url(../images/dd_05.jpg) no-repeat 10px;
            padding-left: 20px;
            color: #666;
        }
/*.purchase_right{ float:right; margin-right: 1px;}*/
.purchase_right {
    float: right;
    padding-bottom: 10px;
}

.curretpage {
    background: url(../images/icon_pager2.png) no-repeat;
    width: 30px;
    height: 24px;
    text-align: center;
    padding-top: 6px;
    display: block;
    float: left;
    margin-left: 5px;
    color: #FFF;
}

/*a{ text-decoration:none; color:#666; font-size:12px; font-family:"微软雅黑"}*/
a:hover {
    text-decoration: underline;
    color: #278bc7;
}

ul, li, dd {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.left_menu3tst {
    width: 232px;
    float: left;
    border: 1px solid #ddd;
    margin-top: 20px;
}

    .left_menu3tst dt {
        width: 222px;
        height: 30px;
        font-size: 14px;
        font-weight: bold;
        padding: 13px 0 0 10px;
    }

    .left_menu3tst dd {
        padding: 10px 0 20px 0;
    }

        .left_menu3tst dd ul li {
            line-height: 24px;
        }

            .left_menu3tst dd ul li a {
                display: block;
                background: url(../images/dd_05.jpg) no-repeat 10px;
                padding-left: 20px;
            }

.nav ul li {
    float: left;
}

.download {
    background-image: url(../images/download2.png);
    background-position-x: 0px;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    float: left;
    width: 95%;
}

    .download a {
        margin-left: 40px;
        text-decoration: underline;
        font-size: 14px;
        font-weight: bold;
    }

.Status {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    text-align: right;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-right: 40px;
}


/*新版第二导航*/
.navbar {
    background: url(../images/banner.gif) no-repeat 0 0px;
    height: 40px;
}

    .navbar li {
        background: url(../images/line_nav.gif) no-repeat 0 1px;
        float: left;
        height: 40px;
        line-height: 39px;
        font-size: 16px;
    }

        .navbar li.first {
            background: none;
        }

        .navbar li a {
            display: block;
            width: 145px;
            margin-left: 2px;
            text-shadow: 1px 1px #3072AF;
            _filter: DropShadow(Color=#3072AF, OffX=1, OffY=1, Positive=2);
            *filter: DropShadow(Color=#3072AF, OffX=1, OffY=1, Positive=2);
            overflow: hidden;
        }

        .navbar li.first a {
            margin-left: 0px;
            background-position: 0 -46px;
        }

        .navbar li.currt a {
            background: url(../images/banner.gif) no-repeat -5px -46px;
        }

            .navbar li.currt a.first {
                margin-left: 0px;
                background-position: 0 -46px;
            }

        .navbar li.last a {
            width: 148px;
        }

        .navbar li.currt a.last {
            background-position: right -46px;
        }
/*a{ text-decoration:none; color:#666; font-size:12px; font-family:"微软雅黑"}*/
a:hover {
    text-decoration: underline;
    color: #278bc7;
}

ul, li, dd {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.left_menutst {
    width: 232px;
    float: left;
    border: 1px solid #ddd;
    margin-top: 20px;
}

    .left_menutst dt {
        background: url(../images/left_menudt.jpg);
        width: 222px;
        height: 30px;
        font-size: 14px;
        font-weight: bold;
        padding: 13px 0 0 10px;
    }

    .left_menutst dd {
        padding: 10px 0 20px 0;
    }

        .left_menutst dd ul li {
            line-height: 24px;
        }

            .left_menutst dd ul li a {
                display: block;
                background: url(../images/dd_05.jpg) no-repeat 10px;
                padding-left: 20px;
            }

.tagslite {
}

.updown {
}

    .updown a {
        text-decoration: underline;
    }

.lcspan {
    background-image: url(../images/linebg.jpg);
    float: left !important;
    color: #FFF;
    width: 60PX;
    min-height: 50px;
    text-align: center;
    line-height: 50px;
    text-indent: 0em !important;
}

.lc {
    width: 100%;
    min-height: 50px;
    float: left !important;
    padding: 0px !important;
    line-height: 50px!important;
    text-indent: 2em;
    border-bottom: 1px solid #eee;
    color: #000;
}

.jt {
    background-image: url(../images/linebgjt.png) !important;
    height: 90px;
}
/* 介绍页 */

.div2 {
    top: 0px;
    position: fixed;
    _position: absolute;
    _top: expression(documentElement.scrollTop + 0 + "px");
    _margin-top: 250px;
}

.b {
    margin: 0 auto;
    background: #FFF;
}

.l {
    float: left;
    border-right: 1px solid #DDD;
    border-left: 1px solid #DDD;
    text-align: center;
}

.r {
    position: relative; /*ie6 必要元素*/
}

.div2 {
    top: 0px;
    position: fixed;
    _position: absolute;
    _top: expression(documentElement.scrollTop + 0 + "px");
    _margin-top: 250px;
}

.title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    background-image: url(../images/title.jpg);
    text-indent: 3em;
    border: 1px solid #eee;
    cursor: pointer;
    margin-top: 10px;
    background-repeat: no-repeat;
    margin-right: 25PX;
}

.img {
    background-color: #FCFCFC;
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
    min-height: 100px;
    width: 100%;
}

.off {
    height: 60px;
}

.on {
}

.bannertop {
    width: 982px;
    height: 140px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 20px;
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0px 0px 20px #eee;
    -webkit-box-shadow: 0px 0px 5px #eee;
}



.jp {
    background-image: url(../images/jp.png);
    background-repeat: no-repeat;
    height: 32px;
    line-height: 32px;
    text-indent: 3em;
    color: #000;
    /*font-weight:bold;*/
    font-size: 16px;
}

.ry {
    background-image: url(../images/ry.png);
    background-repeat: no-repeat;
    height: 32px;
    line-height: 32px;
    text-indent: 3em;
    color: #000;
    /*font-weight:bold;*/
    font-size: 16px;
}

.yd {
    display: none;
}

.purchase_test ul {
    min-width: 350PX;
    float: left;
    /* margin-right: 20px; */
}

.map {
    width: 260px;
    height: 150px;
    float: left;
    margin-bottom: 20PX;
    border: 1px solid #ccc;
}

.ewm {
}

    .ewm .dd {
        /*border: 1px solid #ccc;*/
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        position: relative;
        background: #FAFAFA;
        z-index: 2;
        margin-bottom: 7px;
        /* margin-left: 50px; */
        behavior: url(iecss3.htc);
        height: 60px;
        width: 350px;
    }

        .ewm .dd P {
            float: left;
            color: #7D7D7D;
            text-shadow: 1px 1px 1px white;
            line-height: 30px;
            font-size: 16px;
        }

        .ewm .dd IMG {
            float: right;
            line-height: 30px;
            font-size: 16px;
            margin-right: 10px;
            margin-top: 5px;
            cursor: pointer;
            /* border: 1px solid #C0C0C0; */
            width: 50px;
            height: 50px;
        }

#cwds {
    /* margin-left: 5PX; */
    width: 318pX;
    margin-left: auto;
    height: 210px;
    margin-right: auto;
    margin-bottom: 10px;
    border: 1px solid #C0C0C0;
}



.contact dt {
    width: 100%;
    overflow: hidden;
}

    .contact dt p {
        line-height: 26px;
        color: #666;
    }

        .contact dt p strong {
            font-size: 16px;
            color: #293352;
        }

.contact .BQ {
    text-align: left;
}

.contact dd {
    width: 980px;
    margin: 0 auto;
}

    .contact dd p {
        line-height: 26px;
        color: #666;
    }

        .contact dd p a {
            color: #248cd3;
        }

    .contact dd span {
        display: block;
        width: 238px;
        float: left;
        margin: 20px 24px 0 0;
    }

.messageBox {
    /* padding: 30px; */
    border: 1px dashed #e1e1e1;
    float: left;
    margin: 10PX;
}

.messageTab {
    float: left;
}

    .messageTab td {
        padding: 4px 0;
        color: #575757;
    }

.input {
    width: 370px;
    height: 22px;
    line-height: 22px;
    padding: 2px 3px;
    border: 1px solid #b8b8b8;
}

.btn2 {
    width: 90px;
    height: 37px;
    line-height: 36px;
    color: #FFF;
    cursor: pointer;
    font-family: "微软雅黑";
    background: #181818;
    border: 0;
}

.messageTab td textarea {
    padding: 5px;
    width: 460px;
    height: 90px;
    line-height: 18px;
}

.messageBox_right {
    float: right;
}

.messageBox_weixin {
    border: 1px solid #ddd;
    font-size: 12px;
    text-align: left;
    color: #555;
    width: 278px;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 10px;
}

    .messageBox_weixin dt {
        font-size: 14px;
        font-weight: bold;
        line-height: 24px;
    }

    .messageBox_weixin dd {
        margin-bottom: 10px;
        width: 278px;
    }

.wwx {
    background-color: #eee;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #d0d0d0;
    margin-bottom: 10px;
    width: 48%;
    display: block;
    float: left;
    height: 92px;
    margin-right: 10px;
    line-height: 91px;
}

    .wwx b {
        color: #7D7D7D;
        text-shadow: 1px 1px 1px white;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.4em;
        display: block;
        float: left;
        width: 120px;
        padding: 10px 0 10px 10px;
        line-height: 40px;
    }

    .wwx img {
        float: right;
        width: 90px;
        height: 90px;
        padding: 1px;
    }


.index-serv {
    background: url(../images/servbg.jpg) repeat-x;
    width: 100%;
    height: 87px;
    padding-top: 13px;
}

.wrap980 {
    width: 980px;
    margin: 0 auto;
}

.index-serv ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .index-serv ul li {
        padding: 0 20px;
        margin: 0;
        list-style: none;
        float: left;
        background: url(../images/serv_line.png) no-repeat right top;
        width: 205px;
    }

.tags {
    width: 280px;
    height: 148px;
    float: left;
    margin-top: 20px;
    margin-left: 10px;
}

#tagscloud {
    width: 300px;
    height: 150px;
    position: relative;
    font-size: 12px;
    color: #333;
    margin: 20px auto 0;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

    #tagscloud a {
        position: absolute;
        top: 0px;
        left: 0px;
        color: #333;
        font-family: Arial;
        text-decoration: none;
    }

        #tagscloud a:hover {
            color: #fff;
            padding: 5px;
            display: block;
            background: #D02F53;
        }

        #tagscloud a.tagc1 {
            margin: 0 10px 15px 0;
            line-height: 18px;
            width: 65px;
            text-align: center;
            font-size: 12px;
            padding: 1px 5px;
            white-space: nowrap;
            display: inline-block;
            border-radius: 3px;
            background: #666;
            color: #fff;
        }

        #tagscloud a.tagc2 {
            margin: 0 10px 15px 0;
            line-height: 18px;
            width: 60px;
            text-align: center;
            font-size: 12px;
            padding: 1px 5px;
            white-space: nowrap;
            display: inline-block;
            border-radius: 3px;
            background: #007cc0;
            color: #fff;
        }

        #tagscloud a.tagc3 {
            margin: 0 10px 15px 0;
            line-height: 18px;
            width: 70px;
            text-align: center;
            font-size: 12px;
            padding: 1px 5px;
            white-space: nowrap;
            display: inline-block;
            border-radius: 3px;
            background: #00E4B6;
            color: #fff;
        }





.form-container {
    padding: 10px;
    background: white;
    border: 1px solid #E1E1E1;
    -webkit-box-shadow: 0 2px 6px 0 #CCC;
    box-shadow: 0 2px 6px 0 #CCC;
    width: 956px;
    font-family: "微软雅黑";
    overflow: hidden;
}

.form-box {
    width: 309px;
    border-right: 1px dashed #ccc;
    float: left;
    margin-right: 10px;
}

    .form-box dt {
        height: 110px;
    }

.form-box-img {
    float: left;
    margin-right: 20px;
}

.form-box-title {
    float: left;
    font-size: 18px;
    color: #666;
    margin: 15px 0;
    width: 114px;
    text-align: center;
}

.form-box-btn a {
    display: block;
    float: left;
    background: url(../images/formbox_03.jpg) no-repeat;
    width: 115px;
    text-align: center;
    height: 29px;
    padding-top: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.form-box dd {
    color: #888;
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 24px;
    padding: 0 20px;
}

.about_content {
}

.purchase_test .purchase_test {
    width: 320px;
    margin-left: 10px;
    margin-bottom: 10PX;
    background-color: #FDFDFD;
    min-height: 80px;
    min-height: 160px;
}

    .purchase_test .purchase_test ul {
        min-width: 300PX;
    }

.zd {
    color: #000;
    font-weight: bold;
}

.search {
    height: 180px;
    background-color: #e8e8e8;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

    .search li {
        display: block;
        background-color: #e8e8e8;
        font-size: 14px;
        /*border-bottom: 1px solid #ddd;*/
        padding-top: 10px;
        padding-bottom: 10px;
        color: #aaa;
        padding-left: 10px;
        padding-right: 10px;
    }

    .search select, .search input[type=text] {
        background-color: #FAFAFA;
        border: 1px solid #ccc;
        line-height: 24px;
        height: 24px;
    }


    .search input[type=button], .search input[type=reset], .search input[type=submit] {
        background-color: #FAFAFA;
        border: 1px solid #ccc;
        line-height: 24px;
        height: 24px;
        width: 80px;
        cursor: pointer;
    }

.down {
    width: 440px;
    height: 165px;
    border: 1px solid #C7C7C7;
    float: left;
    margin: 10px;
}

.DownInfo {
    width: 320px;
    float: left;
    height: 100%;
    color: #000;
}

.DownBut {
    width: 120px;
    float: left;
    height: 100%;
    background-color: #33B3D3;
    /* line-height: 135px; */
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    /* background-image: url(../images/downlogo.png); */
    background-repeat: no-repeat;
    background-position: center center;
}

.downinfolist {
    /* text-indent: 1em; */
}

.downtitle {
    width: 100%;
    height: 30px;
    line-height: 30px;
    
    font-weight: bold;
    border-bottom: 1px solid #CCCCCC;
    padding-left: 15px;
}

.downinfolist ul {
    padding-left: 15px;
    padding-right: 20px;
    margin: 0px;
}

    .downinfolist ul li {
        padding: 0px !important;
        margin: 0px !important;
        border-bottom: 1px dashed #EEE;
    }

.DownBut a {
    color: #FFFFFF;
}
.xing {
    float: left !important;  
    width: 16px;  height: 30px;
    background: url(../images/xing.png);
background-position: center;
background-repeat: no-repeat;
}
.zuan {
    float: left !important;  
    width: 16px;  height: 30px;
    background: url(../images/zuan.png);
background-position: center;
background-repeat: no-repeat;
}